Quiz title: C1 Introduction to Applied Machine Learning

Title: Q1 Multiple Choice
Points: 1
1. What is the primary difference between machine learning and traditional programming?
*a) Machine learning learns patterns from data without explicit programming for every scenario
b) Traditional programming is faster than machine learning
c) Machine learning only works with numerical data
d) Traditional programming requires more data

Title: Q2 Multiple Choice
Points: 1
2. Which of the following best describes supervised learning?
a) Learning without any human guidance
b) Learning from unlabeled data only
*c) Learning from labeled examples where both input data and desired output are provided
d) Learning that requires constant human supervision during operation

Title: Q3 Multiple Choice
Points: 1
3. What percentage of companies successfully move beyond pilot projects to generate real business value from machine learning?
a) 75%
b) 50%
*c) 25%
d) 10%

Title: Q4 Multiple Choice
Points: 1
4. Which learning paradigm would be most appropriate for discovering customer segments without predefined categories?
a) Supervised learning
*b) Unsupervised learning
c) Reinforcement learning
d) Semi-supervised learning

Title: Q5 Multiple Choice
Points: 1
5. What is the main difference between classification and regression problems?
a) Classification is more accurate than regression
b) Regression requires more data than classification
*c) Classification predicts categories while regression predicts continuous numerical values
d) Classification only works with text data

Title: Q6 Multiple Choice
Points: 1
6. Which company famously used clustering to discover that customers buying unscented lotion, cotton balls, and folic acid supplements were likely pregnant?
a) Amazon
b) Netflix
*c) Target
d) Spotify

Title: Q7 Multiple Choice
Points: 1
7. What does Natural Language Processing (NLP) specifically focus on?
a) Processing numerical data only
b) Creating artificial neural networks
*c) Helping computers understand and work with human language
d) Optimizing machine learning algorithms

Title: Q8 Multiple Choice
Points: 1
8. In the machine learning pipeline, what is the primary purpose of data preprocessing?
a) To train the model faster
b) To reduce computational costs
*c) To transform messy, incomplete data into a format algorithms can use effectively
d) To visualize the results

Title: Q9 Multiple Choice
Points: 1
9. What is feature engineering?
a) Building physical features for machines
b) Designing user interfaces
*c) Creating new variables that better capture patterns relevant to your business problem
d) Optimizing algorithm performance

Title: Q10 Multiple Choice
Points: 1
10. What is the main purpose of cross-validation?
a) To speed up model training
b) To reduce data storage requirements
*c) To test how well a model generalizes to new, unseen data
d) To visualize model performance

Title: Q11 Multiple Choice
Points: 1
11. What problem does overfitting represent in machine learning?
a) Using too little training data
b) Training models too quickly
*c) Memorizing specific training examples rather than learning general patterns
d) Using too many different algorithms

Title: Q12 Multiple Choice
Points: 1
12. According to the text, what ROI improvement do organizations implementing machine learning strategically report on average?
a) 5-10%
*b) 10-20%
c) 20-30%
d) 30-40%

Title: Q13 Multiple Choice
Points: 1
13. What is model drift?
a) Models becoming more accurate over time
b) Models using different algorithms
*c) Models degrading in performance as conditions change over time
d) Models requiring more computational power

Title: Q14 Multiple Choice
Points: 1
14. Which of the following is an example of dimensionality reduction in unsupervised learning?
a) Predicting customer churn
b) Classifying emails as spam
*c) Identifying that dozens of sensor measurements represent just a few underlying factors
d) Recommending products to customers

Title: Q15 Multiple Choice
Points: 1
15. What makes SHAP (SHapley Additive exPlanations) values useful?
a) They speed up model training
b) They reduce data requirements
*c) They explain individual predictions by showing how each input feature contributed
d) They automatically clean data

Title: Q16 Multiple Choice
Points: 1
16. In the context of Netflix's recommendation system, what does the "supervision" in supervised learning refer to?
a) Human managers overseeing the algorithm
b) Real-time monitoring of user behavior
*c) Historical data showing whether users engaged positively with recommended songs
d) Manual approval of each recommendation

Title: Q17 Multiple Choice
Points: 1
17. What is the primary goal of hyperparameter optimization?
a) To collect more training data
b) To reduce model complexity
*c) To find optimal algorithm settings that improve performance
d) To speed up data preprocessing

Title: Q18 Multiple Choice
Points: 1
18. Why might a fraud detection system with 99% accuracy still be considered useless?
a) It's too slow for real-time processing
b) It requires too much computational power
*c) It might fail to catch actual fraud cases despite high overall accuracy
d) It's too expensive to implement

Title: Q19 Multiple Choice
Points: 1
19. What characterizes high-stakes applications in terms of model interpretability requirements?
a) They can use black-box models without explanation
b) They only need basic accuracy metrics
*c) They require clear explanations that can be understood by domain experts and affected individuals
d) They don't need human oversight

Title: Q20 Multiple Choice
Points: 1
20. Which approach combines multiple models to create more robust predictions?
a) Feature engineering
b) Cross-validation
*c) Ensemble methods
d) Hyperparameter tuning

Title: Q21 Multiple Choice
Points: 1
21. What is the main advantage of decision trees in terms of interpretability?
a) They are always more accurate than other methods
b) They require less training data
*c) They create explicit rules that can be followed step-by-step
d) They work faster than other algorithms

Title: Q22 Multiple Choice
Points: 1
22. According to the text, what is projected to drive the explainable AI market to $20.74 billion by 2029?
a) Reduced computational costs
b) Improved algorithm performance
*c) Regulatory requirements and the need for people to understand decisions affecting their lives
d) Increased data availability

Title: Q23 Multiple Choice
Points: 1
23. What is the key requirement for supervised learning to work effectively?
a) Large amounts of computational power
b) Real-time data processing
*c) Having labeled data with examples where you know the correct answer
d) Using the most advanced algorithms available

Title: Q24 Multiple Choice
Points: 1
24. In the machine learning pipeline, what comes after data preprocessing?
a) Data collection
b) Business problem definition
*c) Model training and validation
d) Final deployment

Title: Q25 Multiple Choice
Points: 1
25. What is the most important principle for successful machine learning implementations according to the text?
a) Using the most advanced algorithms available
b) Having the largest possible dataset
*c) Beginning with clearly defined business problems rather than technology-first approaches
d) Implementing the fastest possible processing systems

